Kotlin utilities
/
it.czerwinski.kotlin.util
/
Right
/
swap
common
swap
open override fun
swap
():
Either
<
R
,
Nothing
>
Content copied to clipboard
Swaps
Left
to
Right
and
Right
to
Left
.
Return
Left
if this is
Right
or
Right
if this is
Left
.